Skip to content

feat: make SSLHonorCipherOrder configurable#267

Open
divialth wants to merge 1 commit into
geerlingguy:masterfrom
divialth:feat-configurable-ssl-honor-cipher-order
Open

feat: make SSLHonorCipherOrder configurable#267
divialth wants to merge 1 commit into
geerlingguy:masterfrom
divialth:feat-configurable-ssl-honor-cipher-order

Conversation

@divialth
Copy link
Copy Markdown

Summary

This PR makes SSLHonorCipherOrder configurable in the Apache role instead of hardcoding it to On.

Changes

  • Added new default variable:
    • apache_ssl_honor_cipher_order: "On" in defaults/main.yml
  • Updated vhost SSL template to use the variable:
    • SSLHonorCipherOrder {{ apache_ssl_honor_cipher_order }} in templates/vhosts.conf.j2
  • Documented the new variable in README.md.

Why

This allows role users to control SSLHonorCipherOrder per environment without editing templates.
Also sites like ssl-config.mozilla.org currently suggest, that this value should turned Off. This could now be done easily by the users.

Backward Compatibility

No breaking change. Default behavior remains the same (On).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant